constraintlayout: Emit less change notification
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Oct 2020 18:57:58 +0000 (14:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Oct 2020 19:04:13 +0000 (15:04 -0400)
commit4b8134b19b7430b37093d2361d94313137ba0388
treee9159b953370aa33dbebe5b7814222528a26f3c8
parent588fe5b5c120b3713178bd6f33ff0382bd632e60
constraintlayout: Emit less change notification

This isn't strictly required for correctness, but
it makes the GtkBuilder codepath do the same that
the vfl codepath does: call gtk_layout_manager_layout_changed
only once, after all the constraints have been added.
gtk/gtkconstraintlayout.c